home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / GCC 1.37.1r14 / BSD #includes / (include) / errno.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-27  |  172 b   |  14 lines  |  [TEXT/UNIX]

  1. /*    @(#)errno.h 1.4 88/08/19 SMI; from S5R2 1.2    */
  2.  
  3. /*
  4.  * Error codes
  5.  */
  6.  
  7. #ifndef _errno_h
  8. #define _errno_h
  9.  
  10. #include <sys/errno.h>
  11. extern int errno;
  12.  
  13. #endif /*!_errno_h*/
  14.